home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_MacPaint / Convert MacPaint.app / English.lproj / Convert_MacPaint.nib / data.classes next >
Text File  |  1995-06-12  |  1KB  |  100 lines

  1. ProgressIndicator = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. TextFile = {
  10.     SUPERCLASS = File;
  11. };
  12. ConvertController = {
  13.     ACTIONS = {
  14.     appDidInit:;
  15.     appWillInit:;
  16.     UserDecided:;
  17.     appWillTerminate:;
  18.     PrepareForConversion:;
  19.     displayPreferences:;
  20.     };
  21.     OUTLETS = {
  22.     listener;
  23.     SourceFileName;
  24.     pasteCommand;
  25.     windowsCommands;
  26.     cutCommand;
  27.     servicesCommands;
  28.     ProgressWindow;
  29.     DestPath;
  30.     decisionText;
  31.     checkSpellingCommand;
  32.     SourceTitle;
  33.     editCommands;
  34.     infoCommands;
  35.     DestFileName;
  36.     SourcePathTitle;
  37.     StatusTitle;
  38.     prefPanel;
  39.     DestTitle;
  40.     quitCommand;
  41.     ProgressMeter;
  42.     hideCommand;
  43.     Status;
  44.     DestPathTitle;
  45.     SourcePath;
  46.     decisionWindow;
  47.     converterInst;
  48.     spellingCommand;
  49.     };
  50.     SUPERCLASS = ResultObject;
  51. };
  52. File = {
  53.     SUPERCLASS = ResultObject;
  54. };
  55. macpaintController = {
  56.     ACTIONS = {
  57.     ChangePacking:;
  58.     displayPreferences:;
  59.     };
  60.     OUTLETS = {
  61.     PackingButton;
  62.     ConvertCommand;
  63.     };
  64.     SUPERCLASS = ConvertController;
  65. };
  66. ConvertDelegate = {
  67.     OUTLETS = {
  68.     level2button;
  69.     unpackbutton;
  70.     theOverseer;
  71.     packbutton;
  72.     level1button;
  73.     };
  74.     SUPERCLASS = Object;
  75. };
  76. Reply = {
  77.     SUPERCLASS = ErrorInfo;
  78. };
  79. AbstractConverter = {
  80.     ACTIONS = {
  81.     ReportTo:;
  82.     };
  83.     OUTLETS = {
  84.     myManager;
  85.     };
  86.     SUPERCLASS = ResultObject;
  87. };
  88. macpaintConverter = {
  89.     SUPERCLASS = AbstractConverter;
  90. };
  91. ResultObject = {
  92.     SUPERCLASS = Object;
  93. };
  94. ErrorInfo = {
  95.     SUPERCLASS = Object;
  96. };
  97. PSFile = {
  98.     SUPERCLASS = TextFile;
  99. };
  100.